home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2528 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  401b  |  21 lines

  1. on(release){
  2.    _root.infoline_cz = "";
  3.    _root.infoline_en = "";
  4.    _root.infoline_sk = "";
  5.    _root.ic_none();
  6.    _root.stopdragall();
  7.    _root.hideall();
  8.    if(_root.poz == "d")
  9.    {
  10.       _root.nadvori2kuchyn();
  11.    }
  12.    else if(_root.poz == "c" && _root.ii15 < 2)
  13.    {
  14.       _root.d_sluha.i = "start";
  15.    }
  16.    else
  17.    {
  18.       _root.pepa.gotoAndPlay(_root.poz add "d");
  19.    }
  20. }
  21.